public class DeleteMovimentoLottoResItem
extends java.lang.Object
Java class for deleteMovimentoLottoResItem complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="deleteMovimentoLottoResItem">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="successo" type="{http://giava.rsr.rupar.puglia.it}deleteMovimentoLottoItem"/>
<element name="errore" type="{http://giava.rsr.rupar.puglia.it}ErroreLotto" maxOccurs="unbounded"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<ErroreLotto> |
errore |
protected DeleteMovimentoLottoItem |
successo |
| Constructor and Description |
|---|
DeleteMovimentoLottoResItem() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ErroreLotto> |
getErrore()
Gets the value of the errore property.
|
DeleteMovimentoLottoItem |
getSuccesso()
Gets the value of the successo property.
|
void |
setSuccesso(DeleteMovimentoLottoItem value)
Sets the value of the successo property.
|
protected DeleteMovimentoLottoItem successo
protected java.util.List<ErroreLotto> errore
public DeleteMovimentoLottoItem getSuccesso()
DeleteMovimentoLottoItempublic void setSuccesso(DeleteMovimentoLottoItem value)
value - allowed object is
DeleteMovimentoLottoItempublic java.util.List<ErroreLotto> getErrore()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the errore property.
For example, to add a new item, do as follows:
getErrore().add(newItem);
Objects of the following type(s) are allowed in the list
ErroreLotto